home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
programm.ing
/
wx_lib10.zoo
/
wx_move.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-08-01
|
288 b
|
17 lines
#include <wx_lib.h>
void wx_move(ws,x,y)
Window *ws;
int x,
y;
{
ws->curr.g_x = x;
ws->curr.g_y = y;
wind_set(ws->hand,WF_CURRXYWH,ws->curr.g_x,ws->curr.g_y,
ws->curr.g_w,ws->curr.g_h);
wx_get(ws);
ws->xpos = ws->minx;
ws->ypos = ws->miny;
wx_setclip(ws);
}